home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / nwmxcmsm / whrwgtwt.hqx / Where we get water / background_2710.txt < prev    next >
Encoding:
Text File  |  1991-10-23  |  5.1 KB  |  237 lines

  1. -- background: 2710 from stack: in
  2. -- bmap block id: 3098
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=0 top=60 right=99 bottom=183
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 21
  16. -- text size: 14
  17. -- style flags: 256
  18. -- line height: 18
  19. -- part name: Seasonal Precipitation
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   answer "Oops, no place to go! Please make another selection." with "Ok"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: A004
  30. -- rect: left=0 top=103 right=139 bottom=183
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 21
  35. -- text size: 14
  36. -- style flags: 256
  37. -- line height: 18
  38. -- part name: Wet/Dry Cycles
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   set textFont of me to helvetica
  42.   set textStyle of me to bold
  43.   set textSize of me to 14
  44.   visual effect scroll right
  45.   go to stack "wet/dry cycles"
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: A004
  53. -- rect: left=0 top=143 right=179 bottom=183
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 21
  58. -- text size: 14
  59. -- style flags: 256
  60. -- line height: 18
  61. -- part name: Evaporation
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   set textFont of me to helvetica
  65.   set textSize of me to 14
  66.   set textStyle of me to bold
  67.   visual effect scroll right
  68.   go to stack "evaporation"
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 4 (button)
  74. -- low flags: 00
  75. -- high flags: A004
  76. -- rect: left=0 top=183 right=219 bottom=183
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 21
  81. -- text size: 14
  82. -- style flags: 256
  83. -- line height: 18
  84. -- part name: Ground Temperatures
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   set textFont of me to helvetica
  88.   set textStyle of me to bold
  89.   set textSize of me to 14
  90.   visual effect scroll right
  91.   go to stack "ground temperatures"
  92. end mouseUp
  93.  
  94.  
  95.  
  96. -- part 5 (button)
  97. -- low flags: 00
  98. -- high flags: 0004
  99. -- rect: left=28 top=231 right=269 bottom=71
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 1009 / 1009
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: Find
  108. ----- HyperTalk script -----
  109. -- on mouseUp
  110. -- global searchit
  111. -- answer "Do you want to search bibliographies or abstracts?" -- with "Bibliography" or "Abstract" or "Cancel"
  112. -- if it is "Bibliography" then
  113. -- ask "Type in the word or phrase you want to find." with searchit
  114. -- put it into searchit
  115. -- find whole searchit in background fld id 1
  116. -- else
  117. -- if it is "Abstract" then
  118. -- ask "Type in the word or phrase you want to find." with searchit
  119. -- put it into searchit
  120. -- find whole searchit in background fld id 2
  121. -- end if
  122. -- end if
  123. -- end mouseUp
  124.  
  125. on mouseup
  126.   global searchString, ContinueOrNot
  127.   sicEmFido
  128. end mouseup
  129.  
  130.  
  131.  
  132. -- part 6 (button)
  133. -- low flags: 00
  134. -- high flags: 0004
  135. -- rect: left=140 top=231 right=269 bottom=183
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 20098 / 20098
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: 
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   visual effect dissolve slow to black
  147.   wait 5
  148.   visual effect dissolve
  149.   go to cd id 3801 of stack "database-1"
  150. end mouseUp
  151.  
  152.  
  153.  
  154. -- part 7 (button)
  155. -- low flags: 00
  156. -- high flags: 0004
  157. -- rect: left=58 top=281 right=319 bottom=101
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 130 / 130
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: go to flow chart
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   visual effect checkerboard slow
  169.   go to card id 12925
  170.   wait 10
  171.   visual effect checkerboard slow
  172.   go to card "flow chart" in stack "database-1"
  173. end mouseUp
  174.  
  175.  
  176.  
  177. -- part 8 (button)
  178. -- low flags: 00
  179. -- high flags: 0004
  180. -- rect: left=88 top=231 right=269 bottom=131
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 1001 / 1001
  183. -- text alignment: 1
  184. -- font id: 0
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: Quit
  189. ----- HyperTalk script -----
  190. on mouseUp
  191.   visual effect dissolve slow
  192.   go home
  193. end mouseUp
  194.  
  195.  
  196.  
  197. -- part 9 (button)
  198. -- low flags: 00
  199. -- high flags: 0004
  200. -- rect: left=118 top=281 right=319 bottom=161
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 1020 / 1020
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: Help
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   push card
  212.   visual effect dissolve slow to black
  213.   wait 5
  214.   visual effect dissolve slow
  215.   go to card "help" of stack "database-1"
  216. end mouseUp
  217.  
  218.  
  219.  
  220. -- part 10 (button)
  221. -- low flags: 00
  222. -- high flags: A004
  223. -- rect: left=445 top=286 right=335 bottom=502
  224. -- title width / last selected line: 0
  225. -- icon id / first selected line: 20186 / 20186
  226. -- text alignment: 1
  227. -- font id: 0
  228. -- text size: 12
  229. -- style flags: 0
  230. -- line height: 16
  231. -- part name: Sort Stack
  232. ----- HyperTalk script -----
  233. on mouseUp
  234.   sort cards of this stack by line 1 of background field id 1
  235. end mouseUp
  236.  
  237.